home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 009a / acat14.zip / AUTOCAT.DOC next >
Text File  |  1991-10-01  |  29KB  |  913 lines

  1.     ****!!!!!   Some Newer features are not yet Documented !!!!!****
  2.                     Documentation is added when written.
  3.                
  4.      
  5.  
  6.  
  7.  
  8.  
  9.  
  10.     
  11.                               AUTOCAT v1.4
  12.                            {Limited Version}
  13.  
  14.  
  15.                               Introduction
  16.  
  17.  
  18. Autocat has been developed for Cataloging your Floppy Disks for storage.
  19. It has been designed to make the 'reading in' of your floppies as painless 
  20. as possible,  and retrieval quick and convenient.  The general idea 
  21. behind AUTOCAT, is to NUMBER your disks from 1 to whatever (Disk space limit
  22. only) and add them to the database with the auto numbering feature ON.  Then
  23. place the disks in numerical order, into boxes of 200 or so.  Later when
  24. searching for a disk, you can  search for a specific filename and it will
  25. report what disk 'number' that file is stored on. Then you just go to that
  26. box and get the file you need.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                     i.
  67.  
  68.                             Table of Contents
  69.  
  70. COMMAND LINE OPTIONS ................................................. 1
  71. Environment Settings ................................................. 1
  72.  
  73. SEARCH
  74.  Filename ............................................................ 2 
  75.  Disk Label .......................................................... 2 
  76.  Free Space .......................................................... 2 
  77.  Date ................................................................ 2 
  78.  Size ................................................................ 3 
  79.  Category ............................................................ 3 
  80.  Description ......................................................... 3 
  81.  Last disk ........................................................... 3 
  82.  Any Text ............................................................ 3
  83.  
  84. ADD DISK ............................................................. 4
  85.  
  86. REPORTS
  87.  Filename ............................................................ 5
  88.  Disk Label .......................................................... 5
  89.  Category ............................................................ 5
  90.  Date ................................................................ 5
  91.  Text/Match .......................................................... 5
  92.  
  93. MAINTAIN
  94.  Category ............................................................ 6
  95.  Description ......................................................... 6
  96.  Sort ................................................................ 6
  97.  Pack ................................................................ 6
  98.  Delete .............................................................. 6
  99.  Re-Count ............................................................ 6
  100.  
  101. SETUP
  102.  Runtime ............................................................. 7
  103.  Disk Labels ......................................................... 7    
  104.  Description ......................................................... 8 
  105.  Disk Drives ......................................................... 8
  106.  Printer ............................................................. 8
  107.  
  108. Function Keys
  109.  Alt-F1 .............................................................. 9
  110.  Alt-F2 .............................................................. 9
  111.  Alt-F3 .............................................................. 9
  112.  Alt-F4 .............................................................. 9
  113.  Alt-F5 .............................................................. 9
  114.  Alt-F6 .............................................................. 9
  115.  Alt-F7 .............................................................. 9
  116.  Alt-F8 .............................................................. 9
  117.  Alt-F9 .............................................................. 9
  118.  Alt-F10 ............................................................. 9
  119.  Alt-X (Quick Exit) .................................................. 9
  120.  Default Files Created, System Requirements .......................... 9
  121.  Legal Notice ........................................................ 11
  122.  Registration Information ............................................ 11
  123.  Registration Form ................................................... 12
  124.  
  125. ***  NOTES: ****
  126.  
  127.   Special Keys;
  128.  
  129.   * The [Space Bar] Will Pause Reports and Searches from scrolling.
  130.  
  131.   * The [ESC] key will 'abort' or 'backup' from most options.
  132.                                     ii
  133.                                 * COMMAND LINE *
  134.  
  135.        Command Line searches on FILENAME can be done from the DOS Prompt
  136.        by Entering 'AUTOCAT filename' from the DOS prompt. 
  137.        * If a search fails, and you are presented with the 'NOT FOUND'
  138.        window you can enter 'R' to resume the program, and remain in
  139.        Autocat. This is useful since most of the delay is loading the
  140.        program into memory, and at this point the program is ready to go !
  141.  
  142.        Autocat will recognize what display (card) is being used on your
  143.        system, but in some case (composite monitor w/ Color adapter)
  144.        Autocat will recognize the system as being a color system. In this
  145.        case you case force Autocat to operate in the BLACK and WHITE mode
  146.        by entering a '/BW' on the command line. ie. 'AUTOCAT /BW'
  147.  
  148.        * All example quotes in this text should be entered WITHOUT the 
  149.          Quotation marks.
  150.  
  151.  
  152.                             * Environment Settings * 
  153.  
  154.        You can use an Environment setting to tell AUTOCAT where to find 
  155.        it's setup and catalog files. To do this use the DOS 'SET' command
  156.        in the following manner;
  157.  
  158.                          SET AUTOCAT=C:\CATALOG
  159.  
  160.        This example would tell AUTOCAT to use the subdirectory called
  161.        'CATALOG' on drive 'C', for it's current catalog and setup           
  162.        information.
  163.  
  164.        * This option is especially useful when looking for a file using the
  165.        command line options, and you don't want to have to 'log' into the
  166.        drive/subdirectory to search for that file.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.                                      1.
  199.  
  200.                                 * SEARCH *
  201.  
  202.        This Function is to SEARCH the active Database, There are several
  203.        search categories to search for filenames, free space, date etc.
  204.  
  205. 1 - FILENAME :
  206.        This is the most commonly used search option, this search option
  207.        allows you to search the catalog database by FILENAME. When selecting
  208.        this option you will see the following;
  209.  
  210.         You will see the following;
  211.            ┌───────────────────────────────────────────────────────────┐
  212.            │                                                           │
  213.            │         What Filename to Look for  [            ]         │
  214.            │                                                           │
  215.            │              {ESC} to Exit / {Enter} for ALL              │
  216.            │           {Ctrl-Enter} for EXACT match search.            │
  217.            └───────────────────────────────────────────────────────────┘
  218.        Here you enter in the filename to search for, using DOS wildcards or
  219.        the first 3-4 character of the filename ie. 'AUTO' can be entered to
  220.        find all files that start with the characters 'AUTO', or is same as
  221.        entering 'AUTO*.*'.
  222.  
  223.        If you wish to search for files that are called 'AUTO' ONLY,
  224.        you can enter 'AUTO' followed by [Ctrl-Enter], this is same
  225.        as entering 'AUTO.*' 
  226.  
  227. 2 - DISK LABEL :
  228.        You will see the following;
  229.            ┌───────────────────────────────────────────────────────────┐
  230.            │                                                           │
  231.            │         VOLUME to Look for  [           ]                 │
  232.            │                                                           │
  233.            │              {ESC} to Exit / {Enter} for ALL              │
  234.            └───────────────────────────────────────────────────────────┘
  235.        Searches for Disk Label. If you wish to see what is on Disk number 743
  236.        you can use this function to search volume labels (or disks). If you
  237.        use the prefix 'DISK-' entering 'DISK-743' will display all files
  238.        on disk #743.
  239.  
  240. 3 -  FREE SPACE :
  241.         You will see the following;
  242.            ┌───────────────────────────────────────────────────────────┐
  243.            │                                                           │
  244.            │  Search for a DISK(s) with more than [          ] K bytes │
  245.            │                                                           │
  246.            │                      {ESC} to Exit                        │
  247.            └───────────────────────────────────────────────────────────┘
  248.         Here you enter a number to search for, ie. if you want to display
  249.         all disk with more than 200k Free space on them. You would enter
  250.         '200' and it would display all disk with MORE than 200k FREES SPACE
  251.  
  252. 4 -  DATE:
  253.         You will see the following;
  254.            ┌───────────────────────────────────────────────────────────┐
  255.            │                                                           │
  256.            │         Enter File DATE to search for [01/11/89]          │
  257.            │         Older or Newer file DATES (O/N) ?  N              │
  258.            │                      {ESC} to Exit                        │
  259.            └───────────────────────────────────────────────────────────┘
  260.         If you are looking for a file with a certain DATE, use this option
  261.         After selecting the DATE you are prompted for OLDER or NEWER files.
  262.         Selecting 'N' will display files with a NEWER date or Later DATE,
  263.         selecting 'O' will display files OLDER or Earlier file DATE.
  264.                                       2.    
  265.  
  266. 5 -  SIZE :
  267.         You will see the following;
  268.            ┌───────────────────────────────────────────────────────────┐
  269.            │                                                           │
  270.            │         Enter File SIZE to search for [           ]       │
  271.            │                                                           │
  272.            │                      {ESC} to Exit                        │
  273.            └───────────────────────────────────────────────────────────┘
  274.         This option may never be used, but if you are looking for a file
  275.         with a pedicular SIZE, you could use this option to locate that
  276.         file. Enter in the EXACT file size to search for in BYTES, not K
  277.         Bytes.
  278.  
  279. 6 -  CATEGORY :
  280.         You will see the following;
  281.            ┌───────────────────────────────────────────────────────────┐
  282.            │                                                           │
  283.            │         Enter File CATEGORY to search for                 │
  284.            │                                                           │
  285.            │                        {ESC} to Exit                      │
  286.            └───────────────────────────────────────────────────────────┘
  287.         Searches for files matching the Category Field.
  288.  
  289.  
  290. 7 -  DESCRIPTION :
  291.         You will see the following;
  292.            ┌───────────────────────────────────────────────────────────┐
  293.            │                                                           │
  294.            │         Enter File DESCRIPTION TEXT search for            │
  295.            │         [                                  ]              │
  296.            │                      {ESC} to Exit                        │
  297.            └───────────────────────────────────────────────────────────┘
  298.         Searches for files with the selected 'text' in the Description Field.
  299.  
  300. 8 -  LAST DISK :
  301.         Shows the files that where on the Last Disk Cataloged.
  302.  
  303.  
  304.  
  305.  
  306. 9 -  ANY TEXT :
  307.         You will see the following;
  308.            ┌───────────────────────────────────────────────────────────┐
  309.            │                                                           │
  310.            │         Enter ANY TEXT 'String' to search for             │
  311.            │         [                                   ]             │
  312.            │                      {ESC} to Exit                        │
  313.            └───────────────────────────────────────────────────────────┘
  314.         Searches the complete current Database for Any Text selected.
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.                                    3.
  331.  
  332.                                * ADD DISK *
  333.  
  334.         This function is used to ADD disks to your catalog database. Before
  335.         using this option, be sure you have run SETUP and setup how this will
  336.         operate for you, most of the SETUP options pertain to the operation
  337.         of this function.
  338.  
  339.         You will see the following;
  340.                      ┌─────────────────────────────────┐
  341.                      │   Last Disk Added [           ] │
  342.                      └─────────────────────────────────┘
  343.                   ╔═══════════════════════════════════════╗
  344.                   ║         Waiting for Disk Change       ║
  345.                   ╚═══════════════════════════════════════╝
  346.                 ╔═══════════════════════════════════════════╗
  347.                 ║    Insert Disk To be ADDED in Drive A:    ║
  348.                 ║  [ Enter <Space> to ADD / <ESC> to exit ] ║
  349.                 ╚═══════════════════════════════════════════╝
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.                                      4.
  397.  
  398.                                  * REPORTS * 
  399.  
  400.    This function is used to REPORT To Disk, Printer or screen files in a
  401.    selected order, starting at the selected filename.
  402.  
  403.  
  404. -  Filename :
  405.       Reports Files in FILENAME order to Disk or Printer.
  406.  
  407. -  Disk Label :
  408.       Reports Files in DISK order to Disk or Printer.
  409.  
  410. -  Category :
  411.       Reports Files in CATEGORY order to Disk or Printer.
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. -  Date :
  424.       Reports Files in DATE order to Disk or Printer.
  425.  
  426. -  Text/Match :
  427.       Reports Files matching selected TEXT to Disk or Printer.
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.                                     5.
  463.  
  464.                                * MAINTAIN *
  465.  
  466.    This function is to MAINTAIN your current Catalog Database, Pack Deleted
  467.    Records, Sort the Database in various orders, add Descriptions to Files,
  468.    Attach a Category to files etc.
  469.  
  470.  
  471. -  Category :
  472.       This option allows you to attach a category to files in the database.
  473.  
  474. -  Description :
  475.  
  476.                   ╔═══════════════════════════════════════╗
  477.                   ║                                       ║
  478.                   ║          1 - MANUAL EDIT              ║
  479.                   ║          2 - AUTO DESCRIPTION         ║
  480.                   ║                                       ║
  481.                   ╚═══════════════════════════════════════╝
  482.           -Manual
  483.           
  484.           -Auto
  485.  
  486. -  Sort :
  487.       Sorts the Database and creates a completely new database and indexes
  488.       in the specified order.
  489.  
  490.       Filename -
  491.          Sorts the Database in FILENAME order.
  492.       Date -
  493.          Sorts the Database in DATE order
  494.  
  495.       Category -
  496.          Sorts the Database in Category order.
  497.  
  498.       Disk Label -
  499.          Sorts the Database in DISK LABEL order.
  500.  
  501. -  Pack :
  502.       PACKS the database and removes records marked for deletion.
  503.  
  504. -  Delete :
  505.       This function allows you to Delete Disks from your current catalog
  506.       or to delete an entire database. (careful)
  507.  
  508.       Disk - 
  509.          Allows you to DELETE a disk from the catalog Database.
  510.  
  511.       All -
  512.          Will DELETE an ENTIRE Database. Use this option with extreme care.
  513.  
  514. -  Re-Count :
  515.       Will re-count the Disks in the catalog Database, in the event that the
  516.       counter gets out of sync.
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.                                      6.
  529.  
  530.                                   * SETUP *
  531.  
  532. -  Runtime :
  533.  
  534.       What if any text, to precede Disk Label [        ]
  535.  
  536.          This option is to allow you to use a preceding text string
  537.          for disk labeling. It also saves you the trouble of having to
  538.          re-type the text for every disk. This option is recommended
  539.          for use while Auto numbering is used.
  540.  
  541.        SEARCH options to show like A or B (A/B) [ ]
  542.  
  543.          This option allows you to have your search displays show
  544.          File Category and Disk Free Space or File Description.
  545.  
  546.        Use Sound (Y/N) [ ]
  547.  
  548.          This option toggle audible Disk ADD prompt ON and OFF.
  549.  
  550.        AUTO Disk Swapping enabled (Y/N) [ ]
  551.  
  552.          If you want the system to Auto recognize Disk Changes, Enable this
  553.          option. If problems are encountered with this option and drive 
  554.          compatibility, Disable this option.
  555.  
  556.        SEARCH output to STOP after 24 lines (Y/N) [ ]
  557.          Search scroll can be togged ANYTIME by depressing the space bar
  558.          but this option will stop scroll every 24 lines
  559.  
  560.        Re-configure CATEGORY selections (Y/N) [ ]
  561.          With this option you can configured the Category active selection
  562.          menu.
  563.          You can have 9 active category choice available at one time. 
  564.  
  565.  
  566. -  Disk Labels :
  567.  
  568.         You will see the following;
  569.        ╔═══════════════════════════════════════════════════════════╗
  570.        ║ When the disk being Cataloged is Found in the DATABASE,   ║
  571.        ║ What action would you like :     ┌──────────────────────┐ ║
  572.        ╚══════════════════════════════════│  No Questions Asked  │═╝
  573.                                           │   Stop and PROMPT    │
  574.                                           └──────────────────────┘
  575.  
  576.         You will see the following;
  577.        ╔═══════════════════════════════════════════════════════════╗
  578.        ║ The AUTO-NUMBERING feature will Automatically NUMBER Disks║
  579.        ║ in numerical order.              ┌──────────────────────┐ ║
  580.        ╚══════════════════════════════════│  AUTO-NUMBERING on   │═╝
  581.                                           │  AUTO-NUMBERING off  │
  582.                                           └──────────────────────┘
  583.  
  584.  
  585.         You will see the following;
  586.        ╔═══════════════════════════════════════════════════════════╗
  587.        ║ WRITE ON - Will Write Labels to the Disks 'Volume Label'  ║
  588.        ║ WRITE OFF - Will 'NEVER' Write to Disk.   ┌─────────────┐ ║
  589.        ╚═══════════════════════════════════════════│  WRITE ON   │═╝
  590.                                                    │  WRITE OFF  │
  591.                                                    └─────────────┘
  592.  
  593.  
  594.                                        7.
  595.  
  596.         You will see the following;
  597.        ╔═══════════════════════════════════════════════════════════╗
  598.        ║ What action would you like the Disk Label Function to take║
  599.        ║ when determining DISK LABEL      ┌──────────────────────┐ ║
  600.        ╚══════════════════════════════════│  No Questions Asked  │═╝
  601.                                           │   Stop and PROMPT    │
  602.                                           └──────────────────────┘
  603.  
  604. -  Description :
  605.  
  606.         You will see the following;
  607.        ╔═══════════════════════════════════════════════════════════╗
  608.        ║ When the AUTO DESCRIPTION feature finds a duplicate       ║
  609.        ║ File DESCRIPTION :                    ┌──────────────┐    ║
  610.        ╚═══════════════════════════════════════│  Leave OLD   │════╝
  611.                                                │  Stop & ASK  │
  612.                                                │  Overwrite   │
  613.                                                └──────────────┘
  614.  
  615.  
  616.  
  617.         You will see the following;
  618.        ╔═══════════════════════════════════════════════════════════╗
  619.        ║ Use COMMENTS from archive files as Description for files? ║
  620.        ║                                ┌─────────────────────────┐║
  621.        ╚════════════════════════════════│  Yes use file Comments  │╝
  622.                                         │  No don't use Comments  │
  623.                                         └─────────────────────────┘
  624.  
  625.  
  626. -  Disk Drives :
  627.  
  628.         You will see the following;
  629.      ┌─────────────────────────────────────────────────────────────────────┐
  630.      │                                                                     │
  631.      │         What Drive will hold the DISKS TO BE Cataloged ? [ ]        │
  632.      │                                                                     │
  633.      └─────────────────────────────────────────────────────────────────────┘
  634.  
  635.       After Selecting the Drive to Be used for CATALOGING Disks, a List of  
  636.       Catalogs available in the current path or environment setting will be 
  637.       displayed. Move the Cursor to the desired Catalog and press enter to  
  638.       select.
  639.      
  640. -  Printer :
  641.    ( All codes are entered in Decimal (ie. 027=Esc,065=A or 066=B ... etc.)
  642.      and MUST use (3) Digits (ie. use '001' = to represent '1' etc.)
  643.  
  644.     Printer Initialization String : 027 064
  645.  
  646.     Printer Double Strike control Code :
  647.                      Enter code for ON : 027 071
  648.                      Enter code for OFF: 027 072
  649.  
  650.     Printer Condensed Print control Code :
  651.                        Enter code for ON : 015
  652.                        Enter code for OFF: 018
  653.  
  654.                            Number of lines per page #  60
  655.              Initialize Printer Before Printing (Y/N) ? N
  656.          Use compressed Print on 'long' reports (Y/N) ? N
  657.  
  658.  
  659.  
  660.                                       8.
  661.  
  662.                            * SPECIAL FUNCTION KEY *
  663.  
  664.  
  665. -  F1
  666.       Brings up Function key Menu.
  667.  
  668. -  Alt-F1
  669.       Brings up Current Category Selection menu
  670.  
  671. -  Alt-F2
  672.       Directory of current drive used for Disk Add function
  673.  
  674. -  Alt-F3
  675.       Allows you to put a Disk Label on the disk in the Catalog drive.
  676.  
  677. -  Alt-F4
  678.       Allows you to FORMAT the disk in the Catalog drive.
  679.       For this option to operate correctly you need to have a copy of
  680.       FORMAT.COM program available in the current Directory or in a 
  681.       DOS path setting.
  682.  
  683. -  Alt-F5
  684.       VIEW the current system configuration.
  685.  
  686. -  Alt-F6
  687.       Run SETUP from almost anywhere
  688.  
  689. -  Alt-F7
  690.       Toggle the Writing of 'Disk Labels' to Disk ON/OFF.
  691.  
  692. -  Alt-F8
  693.       Toggle the AUTO numbering feature ON/OFF.
  694.  
  695. -  Alt-F9
  696.       Sets a filter for 'screening out' certain files or extensions.
  697.  
  698. -  Alt-F10
  699.       Will Bring List of Catalogs in the Current Directory or Environment   
  700.       PATH Setting. Use the cursor keys to highlight the desired catalog,
  701.       then press enter to load catalog as current catalog.
  702.  
  703. -  Alt-X
  704.       Will EXIT you from the program Quickly from Anywhere.
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.                                     9.
  727.  
  728.                 AUTOCAT SYSTEM CONFIGURATION REQUIREMENTS
  729.  
  730.     MS/PC-DOS version 2.xx 3.xx 4.xx Operating system
  731.     Hercules MGA/CGA/EGA/VGA) Display adapter.
  732.     512K - (640K recommended) memory.
  733.  
  734.     Minimum Mass Storage:
  735.  
  736.         System a:
  737.         2 Floppy disk drives of any capacity.
  738.         (PROGRAM DISKETTE in drive A: or B:)
  739.  
  740.         System b:
  741.         1 Floppy disk drive of any capacity.
  742.         1 hard disk w/ at least 5 meg. capacity
  743.  
  744.     note:   1 Floppy drive is essential but not required if AUTOCAT
  745.             is to be run from a hard disk. Normally, drive A: is used
  746.             to "read in" information to the catalog database.
  747.  
  748.     AUTOCAT will know if it is being run for the first time on your system
  749.     and creates several files.
  750. *
  751.  -------------------------------------------------------------------------
  752.  DEFAULT FILE LIST
  753.  -------------------------------------------------------------------------
  754.         FILE NAME                        DESCRIPTION
  755.  -------------------------------------------------------------------------
  756.  
  757.         AUTOCAT  EXE - - - - - - - - - >Main Program Executable
  758.  
  759. *       AUTOCAT  CFG - - - - - - - - - >Configuration Storage
  760.  
  761.         CATALOG  CNT - - - - - - - - - >Disk Volume(s) Count
  762.  
  763.         CATALOG  DBF - - - - - - - - - >Main Catalog DataBase
  764.  
  765.         CATALOG1 NTX - - - - - - - - - >Main Catalog Index #1
  766.         CATALOG2 NTX - - - - - - - - - >Main Catalog Index #2
  767.  
  768.         CATALOGD DBF - - - - - - - - - >File Description DataBase
  769.         CATALOGD NTX - - - - - - - - - >File Description Index
  770.  
  771.         CATALOGF DBF - - - - - - - - - >Disk Free Space DataBase
  772.         CATALOGF NTX - - - - - - - - - >Disk Free Space Index
  773.  
  774. *     - Name cannot be changed.
  775.  
  776.     These File Names can only be changed from within AUTOCAT.
  777.  
  778.     Note: Do not change the name of any AUTOCAT file by
  779.           use of a DOS utility such as XTREE (tm).
  780.  
  781.  BACKUP
  782.  
  783.    To Backup Database Files, All that is required are the file with the .DBF
  784.    Extensions on them. so to save time and Diskspace, You could set your
  785.    backup software to backup *.DBF.
  786. *****************************************************************************
  787.  
  788.  
  789.  
  790.  
  791.  
  792.                                     10.
  793.  
  794. Legal notices
  795.  
  796. AUTOCAT Version 1.4
  797.  
  798. Computer Assistance Network
  799. P.O. Box #1118
  800. Maryland Heights, MO 63043
  801.  
  802.  
  803.  
  804.      Voice line: (314) 298-8339, regular business hours
  805.  
  806.      Support BBS: (314) 298-8564/8363/0937, three modem lines.
  807.  
  808.      Autocat warranty
  809.  
  810.      Autocat software and documentation are provided AS IS. It is
  811.      provided to users under the shareware concept, in which users
  812.      may test the program thoroughly before paying for it. Because of
  813.      the diversity of conditions, hardware, and other software under
  814.      which the program may be used, no warranty of fitness for a
  815.      particular purpose can be offered.
  816.  
  817.      Materials supplied by Computer Assistance Network Software are
  818.      warranted to be free of defects in material and workmanship for
  819.      thirty (30) days from the date of receipt. Users may return
  820.      defective materials during that time for replacement at no charge.
  821.  
  822.  
  823.                              Evaluation copies
  824.  
  825.      You may try Autocat on a 30-day trial basis to determine if this
  826.      program meets your needs. You must then either register the
  827.      program or quit using it.
  828.  
  829.      You may NOT modify Autocat in any way that changes the program's
  830.      computer instructions unless these methods are approved by
  831.      Computer Assistance Network.
  832.  
  833.      You may give UNMODIFIED copies of Autocat to others so they can
  834.      evaluate it for their needs, subject to the same restrictions
  835.      and conditions above.
  836.  
  837.  
  838.                            Registering Autocat
  839.  
  840.  
  841.      If you want to keep using Autocat after your 30-day trial period,
  842.      mail the registration form with proper payment.
  843.  
  844.           Your Autocat registration will include the following:
  845.  
  846.          ■  No charge upgrade. Your registration will be valid for ALL      
  847.             future versions of Autocat.
  848.  
  849.          ■  Lifetime BBS support at (314) 298-8564 (Node #1)
  850.  
  851.          ■  The latest version of Autocat is sent on disk.
  852.  
  853.          ■  Order disks & manuals anytime at the registered-user rate.
  854.  
  855.          ■  Help "ßeta test" future versions of Autocat if you wish,
  856.             before they are publicly available.
  857.  
  858.  
  859.  
  860.      Form                 Autocat REGISTRATION                       002
  861.  
  862.  
  863.  
  864.           (Registration is good for all future versions)
  865.  
  866.  
  867.  
  868.      Make checks payable to:
  869.  
  870.                    Computer Assistance Network
  871.                         P.O. Box #1118
  872.                    Maryland Heights, MO 63043
  873.  
  874.  
  875.  
  876.      Registration (disk incl.)          @  $25.00           $_________
  877.       3.5" (720k) diskette surcharge    @   $3.50           $_________
  878.  
  879.                                                      Total  $_________
  880.  
  881.  
  882.  
  883.  
  884.      Name:    _____________________________________  Date: ___________
  885.  
  886.      Company: ________________________________________________________
  887.  
  888.      Address: ________________________________________________________
  889.  
  890.               ________________________________________________________
  891.  
  892.      Tell us where you
  893.      found Autocat!  _________________________________________________
  894.  
  895.                      _________________________________________________
  896.  
  897.      What version of Autocat are you currently running ?  ____________
  898.  
  899.      Any comments?
  900.  
  901.               ________________________________________________________
  902.  
  903.               ________________________________________________________
  904.  
  905.               ________________________________________________________
  906.  
  907.               ________________________________________________________
  908.  
  909.               ________________________________________________________
  910.  
  911.               ________________________________________________________
  912.  
  913.